icon cache: Fix double free
authorAlexander Larsson <alexl@redhat.com>
Fri, 30 Nov 2012 15:18:14 +0000 (16:18 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 30 Nov 2012 15:19:13 +0000 (16:19 +0100)
commit3c279b14926ce6c8676fc89884a582bd82a09875
tree75097a806fb6be6ce01b662e380f81cb35cfb8ba
parent9eea724e3b5eeb3d5d483b5a0c30d4b70a448741
icon cache: Fix double free

The symbolic icon cache code free crashed with a double free
due to a missing ->next in the loop.
gtk/gtkicontheme.c